object DLG2FILEACTIONMIN: TDLG2FILEACTIONMIN Left = 337 Top = 287 Width = 455 Height = 169 HelpContext = 1 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'Action' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PixelsPerInch = 96 OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown TextHeight = 13 object Action: TLabel Left = 99 Top = 6 Width = 248 Height = 16 Alignment = taCenter AutoSize = False WordWrap = True end object TextField: TLabel Left = 7 Top = 25 Width = 500 Height = 30 AutoSize = False WordWrap = True end object CancelButton: TButton Tag = 4002 Left = 174 Top = 116 Width = 100 Height = 25 Cancel = True Caption = '&Cancel' Default = True TabOrder = 0 OnClick = CancelButtonClick end object SecondPercentBar: TPercentPanel Left = 23 Top = 88 Width = 401 Height = 24 BevelOuter = bvLowered TabOrder = 2 Percent = 0 end object PercentBar: TPercentPanel Left = 23 Top = 60 Width = 401 Height = 24 BevelOuter = bvLowered TabOrder = 1 Percent = 0 end object Translate1: TTranslate Left = 8 Top = 112 end end